home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global cycleNo, userNo
- if the doubleClick then
- exit
- end if
- if getAt(cycleNo, userNo) > 1 then
- set the hilite of member "current monthly" to 0
- set the hilite of member "previous monthly" to 1
- go("print monthly previous")
- cursor(0)
- else
- set the hilite of member "previous monthly" to 0
- cursor(0)
- alert("No previous cycles found.")
- end if
- end
-